Skip to content

Conversation

@peaBerberian
Copy link
Collaborator

This is an adaptation of #1428 for our legacy v3 versions, which still get some bug fixes backported from the v4

In HLS with Safari, if the lang "und" (undetermined) is provided
in the HLS manifest, safari will set `audioTrack.language` to `""`
because "und" does not seems to be recognised as a lang for safari.
This commit patch this behavior by changing lang if the lang is ""
and label is "und"
Revert "fix: safari support audio lang "und" in audioTrack"

This reverts commit 7bed259.
@peaBerberian peaBerberian added this to the 3.33.3 milestone Jun 12, 2024
@peaBerberian peaBerberian mentioned this pull request Jun 12, 2024
Copy link
Collaborator

@Florent-Bouisset Florent-Bouisset left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good, file media_element_track_choice_manager.ts only has format change, maybe that was not needed

@peaBerberian
Copy link
Collaborator Author

You're right, I mainly resolved conflicts (due to prettier I guess + minor updates that have been made since there I imagine) but it ended up with only cosmetic diff.

However, I do think that having a file more up-to-date with dev might facilitate backporting in the future so I'm not against keeping the diff.

@Florent-Bouisset
Copy link
Collaborator

You're right, I mainly resolved conflicts (due to prettier I guess + minor updates that have been made since there I imagine) but it ended up with only cosmetic diff.

However, I do think that having a file more up-to-date with dev might facilitate backporting in the future so I'm not against keeping the diff.

Ok seems good to me

@peaBerberian peaBerberian merged commit f242632 into legacy-v3 Jun 13, 2024
@peaBerberian peaBerberian deleted the fix/und-lang-declared-in-manifest-HLS-v3 branch July 26, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants